home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / frame_1 / DoAction.as
Text File  |  2006-12-20  |  473b  |  22 lines

  1. _root.stop();
  2. loadMovie("mikoCM.swf","CM");
  3. Load.onEnterFrame = function()
  4. {
  5.    if(100 == Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100))
  6.    {
  7.       if(Flag != true)
  8.       {
  9.          Flag = true;
  10.          Meter.gotoAndPlay(101);
  11.          Load.gotoAndPlay(40);
  12.       }
  13.    }
  14. };
  15. Meter.onEnterFrame = function()
  16. {
  17.    if(Flag != true)
  18.    {
  19.       Meter.gotoAndStop(Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100));
  20.    }
  21. };
  22.